Layout Clickable Widget
Clickable widget that contains a LayoutWidget which provides and lays out children of this widget. The layout will be automatically constrained to the dimensions of the widget, and updated as the position and size changes.
Author
fzzyhmstrs
Since
0.6.0
Parameters
X position of the widget in pixels
Y position of the widget in pixels
width of the widget in pixels
height of the widget in pixels
LayoutWidget the layout wrapped by this widget
Properties
Functions
Provides a list of text for appending into a Narration Hint. By default this will use the same lines passed from provideTooltipLines, with predefined values for the inputs
Applies custom narration to this layout widget. This consumer will be applied on every call to narration building, using the same message level as the default narration of the widget. In particular, element POSITION and USAGE information is typically applied already. The current hovered and/or focused child widget uses the next message layer. If you have to dodge one of both of these existing additions, you will have to add one or two more layers to the builder before using it.